Untitled

The goal is to scrape job information including but not limited to

  • Job Title
  • Type of Job
  • Link of the Job
  • Description of the Job

Questions expected to answer of the App

  1. What are the mininum qualifications to get the Job?
  2. What skills do I need to learn to get this Job?
  3. How do you gain that Job despite no experience?
  4. How do you convince the recruiter to let you handle the job despite no experience?
  5. Common patterns between different jobs?
  6. What are in demand jobs in my local area right now?
  7. What skills do I need to learn in this Job in this local area
  8. What skills do I need to learn so that I can align myself with the needs of the industry.

To Do

  • Make it possible to get the Job Title, Type of Job, Link of the Job
  • What would be the best file extension to use as a storage for the data? Csv? JSON? Or what?
    File Formats for Data Storage in Data Analysis
  • Make it be compatible with other formats,
  • Find a way to make it iterate to 5 items of jobs
  • Wait until the element has loaded before you scrape the data
  • Learn Selenium through its Documentation

Questions
Q: What if there's no Job Salary?
A: Well we could use try and except block


Updating scraped data